home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / 4D Feb Etrnls.cpt / Feb.Ext.rsrc / 4DTE_15029 < prev    next >
Text File  |  1988-02-16  |  890b  |  17 lines

  1. Text2Pict(Expr_Text;Var1;Expr1;Expr2;Expr3;Expr4;Var2)
  2.    Expr_Text is an alphanumeric expression.
  3.    Var1 is a picture variable
  4.    Expr2..Expr4 are numeric expressions.
  5.    Var2 is a numeric variable
  6.  
  7. Text2Pic returns a picture in Var1 which is the graphical representation of the text specified by Expr_Text.
  8.  
  9. Expr_Text can have up to 32000 characters. The others parameters are used as follows :
  10.  
  11. Expr1 specifies the justification :   0=Align Left, 1=Centered,-1=Align right.
  12. Expr2 specifies the font.
  13. Expr_Num3 specifies the size of characters ( from 1 to 128)
  14. Expr_Num4, specifies the style variations: 0=Plain, 1=Bold, 2=Italic, 4=Underline, 8=Outline, 16=Shadow, 32=Condensed, 64=Extended. You can add values to specify several variations.
  15. Var2, 
  16. Before the call: transfer mode of the picture
  17. After the call : 0 if the picture has been created, -1 if the picture has not been created.